/* ================================
    CSS STYLES FOR Spirit
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Arial Black", Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: 0066CC;
}

/* background color for the content part of the pages */
Body
{
    background-color: #1B1B1B;
}

.LeftPane {
font-weight: normal;
font-size: 14px;
color: white;
font-family: Arial, Helvetica;
text-decoration: none;
}

.ContentPane {   
font-weight: normal;
font-size: 14px;
color: white;
font-family: Arial, Helvetica;
text-decoration: none;
}

.RightPane {
font-weight: normal;
font-size: 14px;
color: white;
font-family: Arial, Helvetica;
text-decoration: none;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* styles from spirit.css */


.standard {  
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; 
 font-weight: normal}


.title01 { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #0066CC;
font-size: 11px; 
font-weight: normal; 
font-variant: small-caps; 
text-transform: uppercase}


.title02 { font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  font-variant: normal; 
  text-transform: uppercase; 
  color: #0066CC; 
  line-height: 38px}


.standardBoldWhite { font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight: normal; 
  color: #FFFFFF}


.standardBold { font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold}


.title03 { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-   weight: bold; font-variant: normal; 
 text-transform: uppercase; color: #999999}


.admateriallink { font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
 font-weight: bold; color: #669933; 
 text-decoration: none}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #545454;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: "Arial", Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #545454;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #545454; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: black; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: "Arial", Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}